home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / m4-1_0_3.lha / m4-1.0.3 / examples / comments.m4 < prev    next >
Text File  |  1989-12-22  |  167b  |  8 lines

  1. # An ordinary comment
  2. define(`foo', # A comment in a macro
  3. `Macro `foo' expansion')
  4. foo
  5. define(`comment', `*** Macro `comment' expansion ***')
  6. changecom(`@', `@')
  7. foo
  8.